home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / Manta.Form < prev    next >
Text File  |  1994-05-10  |  279b  |  30 lines

  1. Manta
  2. {
  3.     {
  4.         pickendi=1
  5.         x1=-3.0
  6.         x2= 3.0
  7.         y1=-3.0
  8.         y2= 3.0
  9.         par1.r= 1.0            ; Realpart of t => Var. p1.r
  10.         par1.i= 0.0            ; Imagpart of t => Var. p1.i
  11.         bailout=4.0
  12.     }
  13.     {
  14.         z=pixel
  15.         c=pixel
  16.         t=par1/pixel
  17.     }
  18.     {
  19.         z=z+t
  20.         z=z*z
  21.         z=z+c
  22.         w=abs(z)
  23.     }
  24.     {
  25.         w>bailout
  26.     }
  27.     {
  28.     }
  29. }
  30.